@charset "UTF-8";

/* #wrap>#ft {display:none} */
#ct {
	padding-top: 0
}

/* .util ul li a:link,
.util ul li a:visited {
	color: #fff;
} */

/* .util ul li a:hover {
	color: #e60012;
} */

.main-section.main-visual {
	z-index: 3000;
}

.main-section {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: auto;
}

.is-wheel .main-section {
	height: 100vh;
	overflow: hidden;
}

.main-portfolio .swiper-pagination {
	display: none;
}

/* .main-section:before {content:'';min-height:100vh} */
.main-visual>.btn {
	position: absolute;
	right: 30px;
	bottom: 7.222rem;
	z-index: 10
}

.visual-swiper {
	width: 100%
}

.visual-swiper .swiper-button-prev {
	left: 70px;
}

.visual-swiper .swiper-button-next {
	right: 70px;
}

.visual-swiper .container {
	margin: 0
}

.visual-swiper .swiper-slide {
	height: 100vh;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}

.visual-swiper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.visual-swiper .swiper-slide iframe {
	width: 100%;
	height: 93.5vh;
}

.visual-swiper .swiper-slide video {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -100px;
}

.visual-swiper .loc {
	display: inline-block;
	vertical-align: top;
	width: 12.778rem;
	line-height: 2.444rem;
	background: rgba(0, 0, 0, .25);
	border-radius: 2rem;
	font-size: 1.111rem;
	color: rgba(255, 255, 255, .8);
	margin-top: 2em
}

.visual-swiper .h1 {
	font-size: 43px;
	font-weight: bold;
	color: #fff;
}

.visual-swiper .h3 {
	line-height: 36px;
	font-size: 20px;
	margin-top: 10px;
	font-weight: initial;
}

.visual-swiper img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.visual-swiper .visual-txt {
	position: relative;
	padding: 5.556rem 30px 11.112rem;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	color: #fff;
	text-align: left;
}

.banner-img {
	width: 100%;
	height: 100%;
}

.news-swiper {
	position: absolute;
	height: 5.556rem;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: #fff;
	z-index: 50;
}

.news-swiper .h6 {
	position: relative;
	white-space: nowrap;
	padding: 0px 10%;
	margin-right: 8%;
	font-size: 16px;
	color: #111;
	font-weight: bold;
}

.news-swiper .h6:after {
	content: '';
	position: absolute;
	top: 50%;
	height: .833rem;
	border-left: 1px solid #ccc;
	right: 0;
	margin-top: -.4165rem
}

.news-swiper .swiper-container {
	flex: 1;
	height: 100%;
}

.news-swiper .text-truncate {
	display: block;
	line-height: 5.556rem;
	font-size: 16px;
	margin-right: 6.8%;
}

.news-swiper [class*=swiper-button] {
	height: 50%;
	width: 6.8%;
	left: auto;
	right: 10%;
	margin: 0;
	background: url(../img/updown.svg) no-repeat 50% 50%/.778rem auto;
	min-width: 32px;
}

.news-swiper [class*=swiper-button] {
	border-radius: 0;
	box-shadow: none
}

.news-swiper .swiper-button-prev {
	top: 0
}

.news-swiper .swiper-button-next {
	transform: scaleY(-1)
}

/*about*/
.main-about {
	background-color: #f0f3f8;
	padding: 75px 0px;
}

.is-wheel .main-about {
	padding: 120px 0px 50px;
}

.main-about>.container {
	background-color: #fff;
	height: 100%;
	padding: 0px;
	display: flex;
}

.company-box,
.about-imgs {
	width: 50%;
	/* height:100%; */
	float: left;
	position: relative;
}

.company-box {
	padding: 80px 165px 80px 85px;
}

.section-tit h1 {
	color: var(--thm-title);
	font-weight: initial;
	/* margin-top:20px; */
}


.home-news-left .section-tit h1 {
	margin-top: 0px;
}

.main-news .section-tit h1 a,.main-news .section-tit h1 a:link,.main-news .section-tit h1 a:visited {
	color: var(--thm-title);
}

.section-tit h3 {
	color: var(--thm-blue);
	line-height: 1.8;
	font-family: 'Aeonik-Light';
	position: relative;
	padding-left: 20px;
}

.section-tit h3 .dot {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 2px solid var(--thm-blue);
	position: absolute;
	left: 0px;
	top: 11px;
}

.about-content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.company-box .more-bt {
	margin-top: 40px;
}

.com-nums {
	width: 100%;
	height: auto;
	border-top: 1px solid #efefef;
	margin-top: 50px;
}

.com-nums ul {
	display: flex;
	justify-content: space-around;
}

.com-nums .nums {
	font-size: 50px;
	line-height: 1.5;
	color: var(--thm-nums);
	padding-top: 30px;
	position: relative;
	font-family: 'Aeonik-Light';
}

.com-nums .nums::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #dad8df;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	transition: all .3s linear;
}

.com-nums p {
	line-height: 1.5;
	margin-top: 10px;
	color: var(--thm-nums);
}

/* .com-nums ul li:hover .nums {color:var(--thm-blue);}
.com-nums ul li:hover .nums::after {width:100%;background-color:var(--thm-blue);}
.com-nums ul li:hover p {color:var(--thm-blue);} */
.about-logo {
	width: 213px;
	height: 213px;
	background-color: var(--thm-blue);
	border-radius: 100%;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(50%, -50%);
	z-index: 100;
}

.circlar {
	width: 143px;
	height: 143px;
	margin: 35px;
	border-radius: 100%;
	animation: logo-run infinite 20s linear;
	-moz-animation: logo-run infinite 20s linear;
	-webkit-animation: logo-run infinite 20s linear;
	-o-animation: logo-run infinite 20s linear;
}

.circlar path {
	fill: none;
}

.circlar svg {
	display: block;
	overflow: visible;
	font-size: 12px;
	text-transform: uppercase;
}

@keyframes logo-run {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}

@-moz-keyframes logo-run

/* Firefox */
	{
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes logo-run

/* Safari 和 Chrome */
	{
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}

@-o-keyframes logo-run

/* Opera */
	{
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}

.about-arrow {
	width: 32px;
	height: 33px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	background: url("../images/arrow.png");
}

.about-imgs .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.about-imgs .swiper-container .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.about-imgs .swiper-container .swiper-slide img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
}

.about-imgs .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	opacity: 1;
}

.about-imgs .swiper-pagination-bullet-active {
	background: var(--thm-blue);
	opacity: 1;
}

.about-imgs .swiper-pagination {
	text-align: right;
	padding-right: 70px;
	bottom: 70px;
}

/* Swiper */
.about-imgs .swiper-slide img {
	width: 100%
}

.visual-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.visual-swiper .swiper-pagination-custom,
.visual-swiper .swiper-pagination-fraction {
	font-size: 0;
	line-height: 0;
	bottom: 3.5rem;
}

.visual-swiper .swiper-pagination-bullet {
	width: 60px;
	height: 6px;
	margin: 0 8px;
	background: #fff;
	border-radius: 0;
	opacity: .2
}

.visual-swiper .swiper-pagination-dark .swiper-pagination-bullet {
	background: var(--thm-blue)
}

.visual-swiper .swiper-pagination-bullet-active {
	background: var(--thm-blue);
	opacity: 1
}

/*department*/
.main-department {
	width: 100%;
	height: 80vh;
	max-height: 1000px;
}

.dep-list {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.is-wheel .dep-list {
	padding-top: 98px;
}

.main-department.dep-box .dep-list {
	padding-top: 80px;
}

.dep-list ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.dep-list ul li {
	width: 25%;
	height: 100%;
	overflow: hidden;
	float: left;
	position: relative;
}

.dep-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 15%;
}

.dep-list ul li a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: 5;
	transition: all .3s linear;
}

/* .dep-list ul li a:hover::before {opacity:.1;} */
.dep-list ul li a img {
	max-width: 80%;
	position: absolute;
	left: 50%;
	bottom: 15%;
	transform: translateX(-50%);
	z-index: 10;
	transition: all .5s ease-in-out;
}

.dep-list ul li a p {
	font-size: 36px;
	color: var(--thm-white);
	text-align: center;
	line-height: 120px;
	margin-bottom: 20px;
	transition: all .3s linear;
	Letter-spacing: 1px;
}

.dep-list ul li a .pro-ico {
	width: 50px;
	height: 50px;
	line-height: 48px;
	border-radius: 100%;
	border: 1px solid #fff;
	text-align: center;
	margin: 0 auto;
	transition: all .3s ease-in-out;
}

.dep-list ul li a i {
	font-size: 18px;
	color: var(--thm-white);
}

/* .dep-list ul li a:hover .pro-ico {transform:translateY(30px);}
.dep-list ul li a:hover img {bottom:13%;}
.dep-list ul li a:hover p {font-size:40px;} */
/*news*/
.main-news {
	background-color: #fff;
}

.main-news>.container {
	background-color: #fff;
	height: 100%;
	padding: 75px 0px;
}

.is-wheel .main-news>.container {
	padding: 200px 0px 0px;
}

.home-news-left {
	position: relative;
}

.home-news-left .more-bt {
	position: absolute;
	left: 0px;
	bottom: 30px;
	z-index: 10;
}

.home-news-fl {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.home-news-fl ul li {
	margin-top: 15px;
}

.home-news-fl ul li a {
	display: inline-block;
	position: relative;
	font-size: 18px;
	color: #3a3a3a;
	transition: all .3s linear;
}

.home-news-fl ul li a:hover {
	font-weight: bold;
}

.home-news-fl ul li.active a {
	font-weight: bold;
}

.home-news-fl ul li.active a::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #3a3a3a;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10;
}

.home-news-list ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.home-news-list ul li {
	width: 30%;
}

.home-news-list .news-time {
	font-family: 'Aeonik-Light';
}

.home-news-list .news-time .p1 {
	font-size: 50px;
	line-height: 50px;
	color: #d0d1d5;
	transition: all .3s linear;
}

.home-news-list .news-time .p2 {
	color: #d1d2d7;
	transition: all .3s linear;
	font-size: 18px;
}

.home-news-list .news-img {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}

.home-news-list img {
	display: block;
	width: 100%;
	transition: all .3s linear;
}

.home-news-list h2 {
	color: #000004;
	/* line-height:36px;*/
	font-weight: initial;
	margin-top: 25px;
	line-height: 1.5;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home-news-list .news-content {
	color: var(--thm-gray);
	/* line-height:30px;*/
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 15px;
}

.home-news-list ul li a:hover .news-time .p1,
.home-news-list ul li a:hover .news-time .p2 {
	color: #686e7d;
}

.home-news-list ul li a:hover img {
	transform: scale(1.1);
}

.news-more {
	position: relative;
	color: #00467c;
	font-family: 'Aeonik-Light';
	line-height: 30px;
	padding-left: 10px;
	margin-top: 50px;
	transition: all .3s linear;
}

.news-more span {
	opacity: 0;
	transition: all .3s linear;
}

.news-more .fa {
	position: absolute;
	font-size: 25px;
	line-height: 30px;
	left: 0px;
}

.home-news-list ul li a:hover .news-more {
	padding-left: 35px;
}

.home-news-list ul li a:hover span {
	opacity: 1;
}

.job-page {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}
.job-list {
	height: auto;
	overflow: hidden;
}
.job-page:first-child {
	display: block;
}
.job-list tbody {
	width: 100%;
}

.job-list th {
	background-color: var(--thm-blue);
	color: var(--thm-white);
	font-size: 24px;
	font-weight: initial;
	line-height: 100px;
	padding-left: 100px;
}

.job-list .job-item td {
	padding-left: 100px;
	color: var(--thm-title);
	line-height: 60px;
	padding: 35px 35px 35px 100px;
	background-color: #fff;
}

.job-item.on td {
	background-color: var(--thm-blue);
	color: var(--thm-white);
}

.job-list .job-item td {
	border-top: 1px solid #f0f0f0;
	cursor: pointer;
}

.job-list .con-box {
	border-top: 1px solid #f0f0f0;
	padding-left: 100px;
	color: var(--thm-title);
	padding: 35px 35px 65px 100px;
	display: none;
}

.job-list .con-box h2 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.job-list .job-content td {
	background-color: #fff;
}

@media (min-width:1600px) {
	.main-about>.container {
		max-width: 1740px;
	}
}

@media (min-width:1024px) {
	.visual-swiper {
		width: 100%;
		position: static;
		z-index: 10;
	}
}

@media (min-width:1200px) {
	.job-list th {
		width: 20%;
	}
	.is-wheel {
		overflow: hidden;
	}

	#lnb {
		display: none;
	}

	.is-wheel #lnb {
		position: fixed;
		width: 23px;
		top: 50%;
		right: 0px;
		z-index: 8888;
		transform: translateY(-50%);
		text-align: right;
		display: block;
	}

	#lnb .nav-link {
		position: relative;
		display: block;
		width: 20px;
		height: 25px;
		/* margin: 20px 0; */
		padding: 0;
		/* font-size: 16px; */
		outline: 0;
		border: 0px;
		background: none;
		cursor: pointer;
	}

	#lnb .nav-link .nav_line {
		width: 100%;
		height: 3px;
		position: absolute;
		right: 0px;
		top: 50%;
		background-color: var(--thm-blue);
		z-index: 10;
		transform: translateY(-50%);
	}

	#lnb .nav-link.active,
	#lnb .nav-link:hover {
		width: 40px;
		margin-left: -19px;
	}

	#lnb span {
		position: absolute;
		top: 50%;
		right: 100%;
		margin-right: 6px;
		white-space: nowrap;
		line-height: 1;
		transform: translateY(-50%);
		opacity: 0;
		transition: opacity .4s;
		/* font-weight: 500; */
		color: var(--thm-title);
	}

	#lnb .active span {
		opacity: 1
	}

	[data-theme="primary"] #lnb .nav-link {
		border-color: var(--thm-blue);
	}

	[data-theme="primary"] #lnb .nav-link.active {
		border-color: var(--thm-blue);
	}

	[data-theme="primary"] #lnb span {
		border-color: var(--thm-blue);
	}

	[data-target="#ft"] {
		/* width: 0; */
		/* height: 0; */
		/* visibility: hidden; */
		/* margin: 0; */
	}
}

@media (max-width:1600px) {

	/* .main-about {
	padding: 120px 0px 20px;
} */
	.company-box .about-logo {
		transform: translate(50%, -50%) scale(0.8);
	}

	/* .section-tit h1 {
    margin-top: 10px;
} */
	/* .about-content {
    margin-top: 20px;
} */
	.company-box {
		padding: 30px 100px 30px 85px;
	}

	.com-nums .nums {
		font-size: 40px;
		padding-top: 20px;
	}

	/* .com-nums {
    margin-top: 30px;
}
.main-news>.container {
    padding-top: 130px;
} */
}

@media (max-width:1440px) {
	.section-tit h1 {
		/* margin-top:10px; */
	}

	.com-nums .nums {
		font-size: 30px;
		line-height: 1.5;
		padding-top: 20px;
	}

	.about-content {
		line-height: 30px;
		margin-top: 20px;
	}

	.company-box .more-bt {
		margin-top: 30px;
	}

	.com-nums {
		margin-top: 30px;
	}

	.company-box {
		padding: 50px 120px 50px 60px;
	}
}

@media screen and (min-width:1440px) and (max-width:1799px) {
	.main-about>.container {
		max-width: 1380px;
	}
}

@media screen and (min-width:1200px) and (max-width:1439px) {
	.main-about>.container {
		max-width: 90%;
	}
}


@media (max-width:1200px) {
	.main-about {
		height: auto;
		overflow: hidden;
		padding: 50px 0px;
	}

	.main-about>.container {
		height: auto;
		overflow: hidden;
		display: inline-flex;
	}

	.company-box {
		padding: 50px 100px 30px 50px;
	}

	.com-nums .nums {
		font-size: 36px;
		line-height: 1.5;
		padding-top: 10px;
	}

	.about-content {
		line-height: 1.8;
		font-size: 14px;
		margin-top: 20px;
	}

	.com-nums p {
		font-size: 14px;
		line-height: 1.5;
	}

	.main-section:before {
		display: none;
	}

	.about-imgs .swiper-container .swiper-slide img {
		position: relative;
		left: initial;
		top: initial;
		transform: initial;
	}

	.main-department {
		height: 600px;
	}

	.main-department.dep-box {
		height: 100vh;
	}

	.main-department.dep-box .dep-list ul li a {
		padding-top: 40%;
	}

	.main-department.dep-box .dep-list ul li a img {
		bottom: 15%;
	}

	.dep-list {
		padding-top: 0px;
	}

	.main-news>.container {
		padding: 50px;
	}

	.dep-list ul li a p {
		font-size: 26px;
		line-height: 100px;
	}

	.home-news-fl {
		margin-top: 50px;
	}

	.more-bt {
		width: 160px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		border-radius: 40px;
	}

	.company-box .about-logo {
		transform: translate(50%, -50%) scale(0.8);
	}

	.section-tit h1 {
		margin-top: 10px;
	}

	.company-box .more-bt {
		margin-top: 20px;
	}

	.com-nums {
		margin-top: 30px;
	}

	.news-more {
		margin-top: 30px;
	}

	.home-news-list .news-img {
		margin-top: 20px;
	}

	.home-news-list h2 {
		line-height: 1.5;
		margin-top: 15px;
	}

	.company-box,
	.about-imgs {
		height: initial;
		float: initial;
	}

	.home-news-list .news-time .p1 {
		font-size: 40px;
		line-height: 1;
	}
}

@media screen and (max-width:1024px) {
	.main-about {
		padding: 30px 0px;
	}

	.company-box .about-logo {
		transform: translate(50%, -50%) scale(0.6);
	}

	.company-box {
		padding: 30px 70px 30px 50px;
	}

	.com-nums p {
		font-size: 12px;
	}

	.com-nums .nums {
		font-size: 26px;
	}

	.home-news-fl {
		margin-top: 30px;
	}

	.home-news-list .news-content {
		line-height: 1.5;
		font-size: 14px;
	}

	.main-department {
		height: 500px;
	}

	.dep-list ul li a img {
		max-width: 70%;
	}

	.main-news>.container {
		padding: 50px 0px;
	}
}

@media (max-width:991.98px) {
	.section-tit h1 {
		margin-top: 5px;
	}

	.main-about {
		padding: 10px 0px;
	}

	.main-about>.container {
		display: initial;
	}

	.company-box,
	.about-imgs {
		width: 100%;
	}

	.about-logo {
		display: none;
	}

	.company-box {
		padding: 30px;
	}

	.com-nums .nums {
		font-size: 22px;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 30px;
	}

	.about-imgs .swiper-pagination {
		padding-right: 30px;
	}

	.main-department,
	.main-department.dep-box {
		height: auto;
		max-height: initial;
	}

	.dep-list ul li {
		width: 50%;
		height: 550px;
		padding: 50px 0px;
		text-align: center;
		margin-bottom: 10px;
	}

	.dep-list ul li a,
	.main-department.dep-box .dep-list ul li a {
		padding-top: 0px;
	}

	.dep-list ul li a::before {
		display: none;
	}

	.dep-list ul li a img,
	.main-department.dep-box .dep-list ul li a img {
		max-width: 60%;
		position: relative;
		left: initial;
		bottom: initial;
		transform: initial;
	}

	.dep-list ul li a p,
	.dep-list ul li a:hover p {
		font-size: 24px;
	}

	.dep-list ul li a:hover .pro-ico {
		transform: translateY(10px);
	}

	.main-news>.container {
		padding: 20px 30px;
	}

	.home-news-left .more-bt {
		display: none;
	}

	.home-news-fl {
		display: none;
	}

	.home-news-list .news-time {
		display: none;
	}

	.home-news-list ul {
		display: initial;
		justify-content: initial;
	}

	.home-news-list ul li {
		width: 100%;
		margin-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
	}

	.home-news-list ul li:last-child {
		border: 0px;
	}

	.home-news-list .news-img {
		margin-top: 30px;
	}

	.news-more {
		display: none;
	}

	.home-news-list .news-content {
		margin-top: 10px;
	}

	.more-bt {
		width: 120px;
		height: 38px;
		line-height: 38px;
		border-radius: 38px;
	}

	.visual-swiper img {
		min-height: 100%;
	}

	.main-department.dep-box .dep-list {
		padding-top: 70px;
	}
}

@media (max-width:575.98px) {
	.visual-swiper img {
		height: 100%;
	}

	.dep-list ul li {
		width: 100%;
		height: auto;
	}

	.dep-list ul li a img,
	.main-department.dep-box .dep-list ul li a img {
		max-width: 40%;
	}
}

@media (min-width: 2400px) and (max-width: 2600px) {
	.company-box {
		padding: 120px 150px 120px 120px;
	}

	.about-content {
		margin-top: 50px;
		font-size: 26px;
	}

	.company-box .more-bt {
		margin-top: 50px;
	}

	.com-nums {
		margin-top: 50px;
	}

	.com-nums .nums {
		padding-top: 40px;
	}

	.is-wheel .main-news>.container {
		padding-top: 300px;
	}

	.dep-list ul li a {
		padding-top: 40%;
	}

	.dep-list ul li a img {
		bottom: 20%;
	}

	/* 	.dep-list ul li a:hover img {
	    bottom: 30%;
	} */
}

@media (min-width:3200px) {
	.main-about {
		padding: 200px 0px 50px;
	}

	.com-nums .nums {
		font-size: 80px;
		font-weight: bold;
	}

	.company-box {
		padding: 180px 260px 180px 180px;
	}
	
	.main-department {
	    max-height: 1500px;
	}

	.about-logo {
		transform: translate(50%, -50%) scale(1.5);
	}

	.section-tit h1 {
		margin-top: 50px;
	}

	.about-content {
		margin-top: 80px;
		font-size: 30px;
	}

	.company-box .more-bt {
		margin-top: 100px;
	}

	.com-nums {
		margin-top: 100px;
	}

	.com-nums .nums {
		padding-top: 80px;
	}

	.com-nums .nums::after {
		width: 50px;
		height: 4px;
	}

	.dep-list ul li a img {
		max-width: initial;
		width: 70%;
	}

	.dep-list ul li a p {
		font-size: 60px;
		line-height: 2;
	}

	.dep-list ul li a:hover p {
		font-size: 65px;
	}

	.dep-list ul li a .pro-ico {
		transform: scale(2);
		margin-top: 100px;
	}

	.main-news>.container {
		padding: 200px 0px;
	}

	.home-news-fl ul li a {
		font-size: 40px;
	}

	.home-news-list .news-time .p1 {
		font-size: 60px;
		line-height: 1.5;
	}

	.home-news-list h2 {
		margin-top: 50px;
	}
	.tab-content>.tab-pane {
	    max-width: 1800px;
	    margin: 0 auto;
	}
}





/*ny*/
#company>.container {
	padding: 0px 150px;
}

.pro-list-box .pro-item {
	margin-top: 20px;
	margin-bottom: 20px;
}

.pro-list-box .pro-item img {
	width: 98%;
}

.pro-list-box .title {
	margin: 120px 0px;
}

.ny-about p {
	margin-bottom: 1em;
}


#culture {
	background-color: #edf2f5;
}

.report-item {
	margin: 23px 0px;
}

.report-item a {
	display: block;
	position: relative;
	padding: 40px 130px 40px 36px;
	background-color: #edf2f5;
	transition: all .2s linear;
}

.report-item h2 {
	color: #000004;
	line-height: 1.5;
	transition: all .3s linear;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
}

.report-item p {
	color: #686e7d;
	transition: all .3s linear;
	font-family: 'Aeonik-Light';
	font-size: 18px;
}

.report-ico {
	width: 50px;
	height: 50px;
	line-height: 46px;
	border-radius: 50px;
	border: 2px solid #000;
	text-align: center;
	position: absolute;
	right: 34px;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	transition: all .3s linear;
}

.report-ico i {
	font-size: 18px;
	color: #000004;
	transition: all .3s linear;
}

.report-item a:hover {
	background-color: var(--thm-blue);
	/* transform: translateY(-20px); */
}

.report-item a:hover h2,
.report-item a:hover p {
	color: var(--thm-white);
}

.report-item a:hover .report-ico {
	border: 2px solid #fff;
}

.report-item a:hover .report-ico i {
	color: #fff;
}

.job-box {
	background-color: #edf2f5;
}

.job-box>.container {
	padding-top: 30px;
}

.join-img img {
	display: block;
	width: 100%;
}

.job-links {
	height: auto;
	overflow: hidden;
}
.job-link {
	width: 49%;
	height: auto;
	overflow: hidden;
	margin: 20px 0px;
	float: left;
}
.job-link:nth-of-type(2n+2) {
	float: right;
} 
.job-link img {
	display: block;
	width: 100%;
}

/*history*/
.brand_history {
	height: auto;
	overflow: hidden;
}

.brand_history .about-tit {
	color: #fff;
}

.his-box {
	height: auto;
	padding: 10px 0px 50px 0px;
	overflow: hidden;
}

.his-line {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-top: 40px;
	padding-bottom: 10px;
	border: 3px solid #fff;
	margin-top: -3px;
}

.his-line.f-l {
	border-right: 0px;
	border-radius: 83px 0px 0px 83px;
}

.his-line.f-r {
	border-left: 0px;
	border-radius: 0px 83px 83px 0px;
}

.his-line.f-r::after {
	content: "";
	width: 102px;
	height: 3px;
	background: url(../images/bg3.jpg);
	position: absolute;
	bottom: -3px;
	right: -12px;
	z-index: 10;
}

.his-line.f-r::before {
	content: "";
	width: 102px;
	height: 3px;
	background: url(../images/bg2.jpg);
	position: absolute;
	top: -3px;
	right: -12px;
	z-index: 10;
}

.his-line.f-l::before {
	content: "";
	width: 102px;
	height: 3px;
	background: url(../images/bg1.jpg);
	position: absolute;
	top: -3px;
	left: -15px;
	z-index: 10;
}

.his-line.f-l::after {
	content: "";
	width: 102px;
	height: 3px;
	background: url(../images/bg4.jpg);
	position: absolute;
	bottom: -3px;
	left: -12px;
	z-index: 10;
}

.his-line:first-child {
	border: 0px;
}

.his-line:first-child::before,
.his-line:first-child::after {
	display: none;
}

.his-line .his-item {
	width: 33.3333%;
	height: auto;
	position: relative;
	padding-left: 50px;
	z-index: 50;
}

.his-line .his-item::before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: #fff;
	position: absolute;
	left: 55px;
	bottom: -20px;
	z-index: 20;
}

.his-line .his-item .his-text {
	position: relative;
	bottom: 10px;
}

.his-line.f-l .his-item {
	float: left;
}

.his-line.f-r .his-item {
	float: right;
}

.his-line .his-year {
	font-family: 'Aeonik-Light';
	font-size: 40px;
	line-height: 1.5;
	color: #fff;
}

.his-line .his-content,.his-line .his-content p {
	font-size: 16px;
	line-height: 2em;
	color: #fff;
	opacity: .8;
}


.his-line:last-child {
	border-bottom: 3px solid #fff;
}


@media (max-width:1440px) {
	.pro-list-box .title {
		margin: 80px 0px;
	}

	.dep-list ul li a img {
		max-width: 60%;
	}

	.dep-list ul li a p {
		font-size: 24px;
		line-height: 100px;
	}
	.his-line .his-content,.his-line .his-content p {
		line-height: 1.6em;
		font-size: 16px;
	}
	
	element.style {
	    height: 182px;
	}
	.his-line.f-r .his-item {
	    float: right;
	}
	.his-line .his-item {
		padding-right: 0px;
	}
}

@media (max-width:1024px) {
	.pro-list-box .title {
		margin: 40px 0px;
	}
}

@media (max-width:1200px) {
	.job-list th {
		padding-left: 30px;
	}
	.job-list .job-item td {
		color: var(--thm-title);
		line-height: 60px;
		padding: 30px;
	}
}

@media (max-width:768px) {
	.visual-swiper .swiper-button-prev {
		left: 20px;
	}

	.visual-swiper .swiper-button-next {
		right: 20px;
	}

	.pro-list-box .title {
		margin: 30px 0px;
	}

	#company .title {
		margin-bottom: 10px;
		margin-top: 0px;
	}

	#company>.container {
		padding: 0px 20px;
	}

	.map-box {
		display: none;
	}

	.report-item a {
		padding: 10px 20px;
	}

	.report-ico {
		display: none;
	}

	.report-item {
		margin: 10px 0px;
	}

	.com-nums ul {
		display: flex;
		justify-content: space-around;
	}

	.job-list th {
		font-size: 16px;
		line-height: 50px;
		padding-left: 10px;
	}

	.job-list tr th:nth-child(5),
	.job-list tr td:nth-child(5) {
		display: none;
	}

	.job-list .job-item td {
		line-height: 20px;
		padding: 10px;
		font-size: 14px;
	}

	.job-list .con-box {
		padding: 10px;
	}

	.job-list .con-box h2 {
		margin-top: 20px;
		margin-bottom: 20px;
	}


	.his-box {
		margin: 10px 0px;
		padding: 0px;
	}

	.his-right::after,
	.his-left::after,
	.his-box::after,
	.his-box .his-item:first-child .his-right::before {
		display: none;
	}

	.his-left,
	.his-right {
		width: 100%;
		padding: 0px;
	}

	.his-box .his-item {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px 0px;
		border-top: 2px solid rgb(255 255 255 / 20%);
	}

	.his-box .his-year {
		font-size: 30px;
		line-height: 1.5;
	}

	.his-box .his-left .his-text {
		text-align: left;
	}

	.his-box .his-content,
	.his-box .his-content p {
		font-size: 16px;
	}
	
	
	.his-line {
		padding-top: 0px;
		padding-bottom: 10px;
		border: 0px;
		margin-top: 0px;
	}
	.his-line.f-r::after {
		display: none;
	}
	
	.his-line.f-r::before {
		display: none;
	}
	
	.his-line.f-l::before {
		display: none;
	}
	
	.his-line.f-l::after {
		display: none;
	}
	.his-line.f-l,.his-line.f-r {
	    border-radius: 0px;
	}
	.his-line:last-child {
	    border-bottom: 2px solid rgb(255 255 255 / 20%);
	}
	.his-line .his-item .his-text {
	    bottom: 0px;
	}	
	.job-link {
		width: 100%;
		margin: 10px 0px;
	}
}

@media (min-width: 3200px) {
	.main-about>.container {
		max-width: 3140px;
	}

	.dep-list ul li a img {
		max-width: 80%;
		width: 60%;
	}

	.dep-list ul li a .pro-ico {
		transform: scale(2);
		margin-top: 100px;
	}

	.dep-list ul li a p {
		font-size: 50px;
	}

	.home-news-fl ul li a {
		font-size: 30px;
	}

	.report-item {
		margin: 50px 0px;
	}

	.report-item h2 {}

	.report-item a {
		padding: 60px 160px 60px 60px;
	}

	.report-ico {
		width: 80px;
		height: 80px;
		line-height: 76px;
		border-radius: 80px;
		right: 50px;
	}

	.report-item p {
		margin-top: 10px;
	}

	#lnb span {
		font-size: 22px;
	}
}